home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 July / CHIP Turkiye Temmuz 2000.iso / prog / share / demo / Mhtrs51 / _SETUP.1 / Rescher.exe / 0 / RCDATA / TQRLABELEDITORFORM / TQRLABELEDITORFORM.txt
Text File  |  2000-04-15  |  2KB  |  134 lines

  1. object QRLabelEditorForm: TQRLabelEditorForm
  2.   Left = 324
  3.   Top = 272
  4.   BorderStyle = bsDialog
  5.   Caption = 'Text Settings'
  6.   ClientHeight = 207
  7.   ClientWidth = 329
  8.   ParentFont = True
  9.   Position = poScreenCenter
  10.   PixelsPerInch = 96
  11.   TextHeight = 13
  12.   object GroupBox1: TGroupBox
  13.     Left = 6
  14.     Top = 6
  15.     Width = 311
  16.     Height = 157
  17.     Caption = 'Properties'
  18.     TabOrder = 0
  19.     object Label1: TLabel
  20.       Left = 10
  21.       Top = 28
  22.       Width = 21
  23.       Height = 13
  24.       Caption = 'Text'
  25.     end
  26.     object Label2: TLabel
  27.       Left = 10
  28.       Top = 58
  29.       Width = 28
  30.       Height = 13
  31.       Caption = 'Width'
  32.     end
  33.     object Label3: TLabel
  34.       Left = 10
  35.       Top = 86
  36.       Width = 31
  37.       Height = 13
  38.       Caption = 'Height'
  39.     end
  40.     object Value: TEdit
  41.       Left = 54
  42.       Top = 26
  43.       Width = 227
  44.       Height = 21
  45.       TabOrder = 0
  46.       Text = 'Value'
  47.     end
  48.     object Button1: TButton
  49.       Left = 62
  50.       Top = 120
  51.       Width = 75
  52.       Height = 25
  53.       Caption = 'Font'
  54.       TabOrder = 1
  55.     end
  56.     object Button3: TButton
  57.       Left = 166
  58.       Top = 120
  59.       Width = 75
  60.       Height = 25
  61.       Caption = 'Background'
  62.       TabOrder = 2
  63.     end
  64.     object AutoSize: TCheckBox
  65.       Left = 182
  66.       Top = 52
  67.       Width = 95
  68.       Height = 17
  69.       Caption = 'Autosize'
  70.       TabOrder = 3
  71.     end
  72.     object Stretch: TCheckBox
  73.       Left = 182
  74.       Top = 72
  75.       Width = 97
  76.       Height = 17
  77.       Caption = 'Stretch'
  78.       TabOrder = 4
  79.     end
  80.     object Transparent: TCheckBox
  81.       Left = 182
  82.       Top = 92
  83.       Width = 97
  84.       Height = 17
  85.       Caption = 'Transparent'
  86.       TabOrder = 5
  87.     end
  88.     object Width: TMaskEdit
  89.       Left = 54
  90.       Top = 54
  91.       Width = 51
  92.       Height = 21
  93.       EditMask = '###.###;0; '
  94.       MaxLength = 7
  95.       TabOrder = 6
  96.     end
  97.     object Height: TMaskEdit
  98.       Left = 54
  99.       Top = 82
  100.       Width = 51
  101.       Height = 21
  102.       EditMask = '#00.000;0; '
  103.       MaxLength = 7
  104.       TabOrder = 7
  105.     end
  106.   end
  107.   object OKBtn: TButton
  108.     Left = 152
  109.     Top = 172
  110.     Width = 75
  111.     Height = 25
  112.     Caption = 'OK'
  113.     Default = True
  114.     ModalResult = 1
  115.     TabOrder = 1
  116.   end
  117.   object Button4: TButton
  118.     Left = 240
  119.     Top = 172
  120.     Width = 75
  121.     Height = 25
  122.     Cancel = True
  123.     Caption = 'Cancel'
  124.     ModalResult = 2
  125.     TabOrder = 2
  126.   end
  127.   object FontDialog1: TFontDialog
  128.     MinFontSize = 0
  129.     MaxFontSize = 0
  130.     Left = 262
  131.     Top = 114
  132.   end
  133. end
  134.